Fixes following Lintian nags:
X: mariadb-plugin-connect: spelling-error-in-binary Exeption Exception [usr/lib/mysql/plugin/ha_connect.so]
X: mariadb-client-core: spelling-error-in-binary specifiying specifying [usr/bin/mariadb-migrate-config-file]
Forwarded: https://github.com/MariaDB/server/pull/5031, https://github.com/MariaDB/server/pull/5163
Gbp-Pq: Name Fix-more-misc-spelling-in-MariaDB-Server-repository.patch
fprintf(stderr,
"Cannot execute '%s' to test if the new option files "
"works (error %d)\n"
- "Try specifiying the full path for the MariaDB server with "
+ "Try specifying the full path for the MariaDB server with "
"--mariadbd=...\n",
used_name, (int) errno);
finish_updated_files(&ctx, 1);
cap->Status = (UWORD *)PlugSubAlloc(g, NULL, m * sizeof(UWORD));
} catch (int n) {
- htrc("Exeption %d: %s\n", n, g->Message);
+ htrc("Exception %d: %s\n", n, g->Message);
cap = NULL;
} catch (const char *msg) {
htrc(g->Message, msg);